home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 3 of 3 / CHAPTE19 / GETPOS.H < prev    next >
Text File  |  1996-04-29  |  673b  |  30 lines

  1.  
  2. #define IDM_EXIT             100
  3.  
  4. #define IDM_OPEN_DIALOG      202
  5. #define IDM_CLOSE            203
  6.                              
  7. #define IDM_PLAY             204
  8. #define IDM_STOP             208
  9.  
  10. #define IDM_REPEAT           209
  11.  
  12. #define IDM_START_SEL        223
  13. #define IDM_END_SEL          224
  14.  
  15. #define IDM_PLAY_SEL         225
  16. #define IDM_PLAY_BEGIN_SEL   226
  17. #define IDM_PLAY_SEL_END     227
  18. #define IDM_GOTO_SEL         228
  19.  
  20.  
  21. #define IDM_ABOUT            300
  22.  
  23. #define DLG_VERFIRST         400
  24. #define DLG_VERLAST          404
  25.  
  26. LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  27. LRESULT CALLBACK About  (HWND, UINT, WPARAM, LPARAM);
  28.  
  29.  
  30.